Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_digit
ctype_digit
Check numeric characters
Name:
ctype_digit
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check numeric characters
Related
The solution to the failure of the function due to the wrong parameter type
5
Alternative usage to determine whether it is running in Docker (combined with php_uname())
10
After replacement, cooperate with json_encode() to maintain data transmission security
10
array_filter() + array_map() implements complex array conversion and filtering
7
Similar Functions
ctype_alnum
ctype_alnum
Checkalphanumericcha
ctype_print
ctype_print
Checkprintablecharac
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
ctype_punct
ctype_punct
Checkforprintablecha
ctype_space
ctype_space
Checkspacecharacters
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_upper
ctype_upper
Checkcapitalcharacte
ctype_digit
ctype_digit
Checknumericcharacte
Popular Articles